ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexChartBaseTagHelper<T,TControl> Class / Process Method
Contains information associated with the current HTML tag.
A stateful HTML element used to generate an HTML tag.

In This Topic
    Process Method (FlexChartBaseTagHelper<T,TControl>)
    In This Topic
    Synchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given context and output.
    Syntax
    'Declaration
     
    Public Overridable Sub Process( _
       ByVal context As TagHelperContext, _
       ByVal output As TagHelperOutput _
    ) 
    public virtual void Process( 
       TagHelperContext context,
       TagHelperOutput output
    )

    Parameters

    context
    Contains information associated with the current HTML tag.
    output
    A stateful HTML element used to generate an HTML tag.
    See Also